home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / SocketClasses / PORTING < prev    next >
Encoding:
Text File  |  1992-07-23  |  492 b   |  12 lines

  1. I wrote these Socket classes in the NeXTSTEP environment, and have taken
  2. advantage of a few features unique to it.  The two things that should
  3. cause the most problems in using these classes under generic Objective-C
  4. and UNIX are my use of the alloc/init mechanism, and my use of malloc
  5. zones.  These aren't large problems in my opinion, but if you really think
  6. I should provide source with appropriate #ifdef's, please email me and
  7. tell me how best to do it.
  8.  
  9. --Nik A Gervae
  10.  
  11. ===============
  12.